home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Various / DevDisk 65 (1989)(DevWare PD).zip / DevDisk 65 (1989)(DevWare PD).adf / ifflib / README < prev   
Text File  |  1990-07-11  |  2KB  |  45 lines

  1.  
  2.                  THE UNIVERSAL IFF LIBRARY FOR THE AMIGA
  3.  
  4.                          VERSION 18.4, 28-FEB-90
  5.  
  6.                                    BY
  7.  
  8.                            CHRISTIAN A. WEBER
  9.                               BRUGGERWEG 2
  10.                              CH-8037 ZURICH
  11.                               SWITZERLAND
  12.  
  13.                               (BIX:  chw)
  14.  
  15.  
  16. THIS PROGRAM IS IN THE PUBLIC DOMAIN. IT MAY BE FREELY DISTRUBUTED, COPIED
  17. AND USED FOR COMMERCIAL OR NON-COMMERCIAL PURPOSES.  IT MAY BE DISTRIBUTED
  18. WITH OR WITHOUT THIS DOCUMENTATION FILE.
  19.  
  20. TO MAINTAIN COMPATIBILITY,  YOU SHOULD NOT MAKE ANY CHANGES TO THE LIBRARY
  21. ITSELF.  UPDATES WILL BE RELEASED BY THE AUTHOR.  HOWEVER, YOU MAY  CHANGE
  22. THE SOURCE CODES OR USE THEM IN YOUR OWN PROGRAMS IF YOU WISH.
  23.  
  24.  
  25. WHAT IS THE IFF LIBRARY ?
  26. -------------------------
  27.  
  28. The iff.library is an easy to  use  Amiga  library  which  gives  you  some
  29. powerful routines to deal with IFF files, especially ILBM files (pictures).
  30. It was fully written in Assembler and is  only  2.6 KBytes  long.  The  de-
  31. crunching routines are the fastest I've ever seen.
  32. To use the library, copy it to the 'libs:' directory of your startup-disks.
  33. Since the iff.library is a standard Amiga library,  it can be used from any
  34. programming language such as C, C++, Modula-2, Assembler, Pascal, Basic and
  35. many more.
  36.  
  37. I started writing this library in September 1987, and now it is really bug-
  38. free (I hope) and it can handle any IFF files I know, including DPaint pic-
  39. tures with stencil, HAM and halfbrite pictures, ANIM files (with a trick),
  40. SoundFX instruments, and all other IFF files which are not nested.
  41.  
  42. If you have any questions or suggestions, you can reach me on BIX (chw),
  43. or write me a letter to Switzerland (I'll be on Usenet soon).
  44.  
  45.